-
Notifications
You must be signed in to change notification settings - Fork 5
Changed main run command to facilitate test generation #346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #346 +/- ##
==========================================
+ Coverage 95.75% 95.78% +0.02%
==========================================
Files 27 27
Lines 1627 1638 +11
==========================================
+ Hits 1558 1569 +11
Misses 69 69
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jmafoster1 LGTM 👍🏼 I'll have to do another big doc revamp as part of #326
I changed the top level entrypoint of the CTF to add
generate
andtest
commands so that test generation from DAGs can also be done at the top level. Closes #338 by allowing the--help
option to display properly. Additionally, closes #341 by making the default estimator for thegenerate
command configurable.